home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / Ex_Right.dxr / 00041.ls < prev    next >
Encoding:
Text File  |  1998-07-22  |  146 b   |  9 lines

  1. on exitFrame
  2.   global a, b, c
  3.   if (field "Answer" > (c - 1)) and (field "Answer" < (c + 1)) then
  4.     nothing()
  5.   else
  6.     go("CA1")
  7.   end if
  8. end
  9.